home *** CD-ROM | disk | FTP | other *** search
- /*
-
- New68KwithFree.h
-
- Use FreeAllCplusMemory() to release the memory pool for
- operatornew within code resources.
-
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void FreeAllCplusMemory(void);
-
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
-